home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Assassins - Ultimate CD Games Collection 4
/
Assassins 4 (1999)(Weird Science).iso
/
arcade
/
sword_demo
/
sword_setup
< prev
next >
Wrap
AmigaDOS Script File
|
1978-03-26
|
695b
|
32 lines
.key DUMMY
.bra {
.ket }
Failat 21
IF exists ENV:Sword_Assigns
Echo ""
Echo "removing all system assigns to Sword..."
Assign SwordDisk1: AFCD17:-ScreenPlay-/Commercial/Sword_Demo Remove
Assign Libs: AFCD17:-ScreenPlay-/Commercial/Sword_Demo/Libs Remove
Wait 1
Echo ""
Echo "All done... Sword assigns have now been removed!"
Wait 2
Delete >NIL: ENV:Sword_Assigns
ELSE
SetENV Sword_Assigns Yes!
Echo ""
Echo "assigning Sword to your system..."
Assign SwordDisk1: AFCD17:-ScreenPlay-/Commercial/Sword_Demo Add
Assign Libs: AFCD17:-ScreenPlay-/Commercial/Sword_Demo/Libs Add
Wait 1
Echo ""
Echo "All done... You can now run Sword!"
Wait 2
ENDIF